home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_190.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  916 b   |  15 lines

  1. PV (Present Value)
  2. Calculates the present value (PV) of an investment, which is the current value of a series of future payments, based on a specific periodic interest rate over a given number of periods for a given payment amount.
  3.  
  4. Format: PV (rate, nper, pmt {,fv {,type})
  5.  
  6. Arguments:
  7. ΓÇó  rate: Interest rate per period.
  8. ΓÇó  nper: Number of periods.
  9. ΓÇó  pmt: Payment to be made per period.
  10. ΓÇó  fv: Optional. Future value of the investment or cash value remaining after final payment. If omitted, assumed to be 0.
  11. ΓÇó  type: Optional. Type of payment scheme. (0 or 1; preset to 0, which means payments are due at the end of the period.)
  12.  
  13. Example:
  14. PV (10%,5,-100,5000) returns -2725.5279 (using a fixed number format with a precision of 4).
  15. Shows that to accumulate ┬ú5,000 in five years, when making payments of ┬ú100 at the end of each year, you would have to invest ┬ú2,725.53 now, at an interest rate of 10%.